See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

c
The collection whose elements should be added to the end of the ArrayList.
See Also Languages PowerWEB TextBox for ASP.NET

AddRange(BaseToolbarItem[]) Method

Dart.PowerWEB.TextBox Namespace > ToolbarItemCollection Class > AddRange Method : AddRange(BaseToolbarItem[]) Method

Adds the elements from the passed collection to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _    ByVal c() As BaseToolbarItem _ )
[C#]
public void AddRange(    BaseToolbarItem[] c );
[C++]
public: void AddRange(    BaseToolbarItem*[]* c )
[C++/CLI]
public: void AddRange(    BaseToolbarItem^array<c>^ c )

Parameters

c
The collection whose elements should be added to the end of the ArrayList.

Remarks

This method both adds the objects in c to the collection, and adds a reference to these objects in the ASP.NET web control heirarchy.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

ToolbarItemCollection Class  | ToolbarItemCollection Members  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.